home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PAppendVertices.h -----------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Wed, Oct 16, 1996 @ 3:32 PM.
- *
- * Description: This class is a little different than most other commands.
- * The class client must create a complete PRequestBuf object and pass it
- * into the constructor. Refer to the SDK Guide for information about the
- * format of the AppendVertices command parameters.
- *-------------------------------------------------------------------------
- */
- #ifndef __AppendVertices__
- #define __AppendVertices__
-
- class PRequestBuf;
-
- class PAppendVertices
- {
-
- public:
-
- PAppendVertices(PRequestBuf& request);
-
- private:
-
- PAppendVertices();
- };
-
- #endif
-
- // end of PAppendVertices.h
-